/* update 20240206 */
@media screen and (min-width: 767px) {
  #tic-main.news .section.news .news-content .block-wrapper {
    margin: 0 -20px 50px;
  }
  #tic-main.news .section.news .news-content .block-wrapper + h3.main-ttl {
    margin-top: -40px;
  }
}
#tic-main.news .section.news .news-content h3.main-ttl.no-bg {
  margin-top: 0;
  margin-bottom: 40px;
}
#tic-main.news .section.news .news-content .txt + .block-wrapper:not(.profile) {
  margin-top: 0;
}
#tic-main.news .section.news .container > .news-ttl {
  margin-bottom: 30px;
}
#tic-main.news .section.news .news-content .txt {
  margin-bottom: 40px;
}

#tic-main.news .section.news .news-content h3.main-ttl {
  min-height: auto;
  margin-bottom: 0;
  padding: 50px 0;
  margin-top: -40px;
}

#tic-main.news .section.news .news-content .big-img-group {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
}

#tic-main.news .section.news .news-content .big-img-group .big-img {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

#tic-main.news .section.news .news-content .big-img {
  margin-bottom: 50px;
}

#tic-main.news .section.news .news-content .block-wrapper .block .flex .img img {
  width: 100% !important;
  height: auto!important;
}

#tic-main.news .section.news .news-content .block-wrapper.profile {
  padding-bottom: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .big-img-group {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #tic-main.news .section.news .news-content .big-img-group .big-img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #tic-main.news .section.news .news-content .block-wrapper {
    margin-bottom: 20px;
  }

  #tic-main.news .section.news .news-content h3.main-ttl {
    padding: 30px 0;
    margin-top: -25px;
  }
  #tic-main.news .section.news .news-content .txt {
    margin-bottom: 25px;
}
#tic-main.news .section.news .news-content .block-wrapper + h3.main-ttl {
  margin-top: -20px;
}
#tic-main.news .section.news .news-content .big-img {
  margin-bottom: 25px;
}
#tic-main.news .section.news .news-content h3.main-ttl.no-bg {
  margin-top: 0;
  margin-bottom: 25px;
}
}